ui:fieldLabel
Purpose
Specifies custom markup for the label part of aui:field
rendering.Example
<ui:field bean="${form}" name="firstName"> <ui:fieldLabel>Please enter your first name</ui:fieldLabel> </ui:field>
APIs and Tags for Theming and Plugin UI integration
(Quick Reference)
ui:fieldLabelPurposeSpecifies custom markup for the label part of aui:field rendering.Example<ui:field bean="${form}" name="firstName"> <ui:fieldLabel>Please enter your first name</ui:fieldLabel> </ui:field> AttributesNone. The body is used as the label content for the outer field tag. |
BeansTheme TagsUi TagsUi Template Tags |